[INFO] fetching crate cuicui_chirp 0.12.0...
[INFO] testing cuicui_chirp-0.12.0 against try#28f95933dc0727396c07b48d0a8cb5211b7fb472 for pr-154065-2
[INFO] extracting crate cuicui_chirp 0.12.0 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate cuicui_chirp 0.12.0
[INFO] finished tweaking crates.io crate cuicui_chirp 0.12.0
[INFO] tweaked toml for crates.io crate cuicui_chirp 0.12.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate cuicui_chirp 0.12.0 on toolchain 28f95933dc0727396c07b48d0a8cb5211b7fb472
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 362 packages to latest compatible versions
[INFO] [stderr]       Adding bevy v0.12.1 (available: v0.18.1)
[INFO] [stderr]       Adding block-sys v0.1.0-beta.1 (available: v0.1.0-beta.2)
[INFO] [stderr]       Adding block2 v0.2.0-alpha.6 (available: v0.2.0)
[INFO] [stderr]       Adding miette v5.10.0 (available: v7.6.0)
[INFO] [stderr]       Adding objc-sys v0.2.0-beta.2 (available: v0.2.0-beta.3)
[INFO] [stderr]       Adding objc2 v0.3.0-beta.3.patch-leaks.3 (available: v0.3.0-beta.5)
[INFO] [stderr]       Adding objc2-encode v2.0.0-pre.2 (available: v2.0.0)
[INFO] [stderr]       Adding ron v0.8.1 (available: v0.12.1)
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.18)
[INFO] [stderr]       Adding web-sys v0.3.72 (available: v0.3.102)
[INFO] [stderr]       Adding winnow v0.5.40 (available: v1.0.3)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 19b3d96bfe8c66b9893586f83334b459f89b49e7ef6fd536a1e93094b14fec3a
[INFO] running `Command { std: "docker" "start" "19b3d96bfe8c66b9893586f83334b459f89b49e7ef6fd536a1e93094b14fec3a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "19b3d96bfe8c66b9893586f83334b459f89b49e7ef6fd536a1e93094b14fec3a" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "19b3d96bfe8c66b9893586f83334b459f89b49e7ef6fd536a1e93094b14fec3a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "19b3d96bfe8c66b9893586f83334b459f89b49e7ef6fd536a1e93094b14fec3a" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling event-listener v2.5.3
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling futures-lite v2.6.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling async-task v4.7.1
[INFO] [stderr]    Compiling fastrand v1.9.0
[INFO] [stderr]    Compiling waker-fn v1.2.0
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling instant v0.1.13
[INFO] [stderr]    Compiling nonmax v0.5.5
[INFO] [stderr]    Compiling async-channel v1.9.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling downcast-rs v1.2.1
[INFO] [stderr]    Compiling smol_str v0.2.2
[INFO] [stderr]    Compiling async-executor v1.14.0
[INFO] [stderr]    Compiling bevy_ptr v0.12.1
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling uuid v1.23.3
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling futures-lite v1.13.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling codespan-reporting v0.11.1
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling pp-rs v0.2.1
[INFO] [stderr]    Compiling tracing-log v0.1.4
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling libloading v0.7.4
[INFO] [stderr]    Compiling ash v0.37.3+1.3.251
[INFO] [stderr]    Compiling spirv v0.2.0+1.5.4
[INFO] [stderr]    Compiling hexf-parse v0.2.1
[INFO] [stderr]    Compiling khronos-egl v4.1.0
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling gpu-descriptor-types v0.1.2
[INFO] [stderr]    Compiling gpu-alloc-types v0.3.0
[INFO] [stderr]    Compiling event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling raw-window-handle v0.5.2
[INFO] [stderr]    Compiling piper v0.2.5
[INFO] [stderr]    Compiling gpu-alloc v0.6.0
[INFO] [stderr]    Compiling bevy_tasks v0.12.1
[INFO] [stderr]    Compiling async-channel v2.5.0
[INFO] [stderr]    Compiling blake3 v1.8.5
[INFO] [stderr]    Compiling wgpu-types v0.17.0
[INFO] [stderr]    Compiling async-fs v1.6.0
[INFO] [stderr]    Compiling libloading v0.8.9
[INFO] [stderr]    Compiling profiling v1.0.18
[INFO] [stderr]    Compiling renderdoc-sys v1.1.0
[INFO] [stderr]    Compiling glow v0.12.3
[INFO] [stderr]    Compiling blocking v1.6.2
[INFO] [stderr]    Compiling async-lock v2.8.0
[INFO] [stderr]    Compiling const_soft_float v0.1.4
[INFO] [stderr]    Compiling typewit v1.15.2
[INFO] [stderr]    Compiling constant_time_eq v0.4.2
[INFO] [stderr]    Compiling toml_edit v0.20.7
[INFO] [stderr]    Compiling arrayref v0.3.9
[INFO] [stderr]    Compiling accesskit v0.12.3
[INFO] [stderr]    Compiling async-broadcast v0.5.1
[INFO] [stderr]    Compiling color_quant v1.1.0
[INFO] [stderr]    Compiling regex-syntax v0.7.5
[INFO] [stderr]    Compiling ttf-parser v0.25.1
[INFO] [stderr]    Compiling const_panic v0.2.15
[INFO] [stderr]    Compiling euclid v0.22.14
[INFO] [stderr]    Compiling constgebra v0.1.4
[INFO] [stderr]    Compiling ab_glyph_rasterizer v0.1.10
[INFO] [stderr]    Compiling radsort v0.1.1
[INFO] [stderr]    Compiling svg_fmt v0.4.5
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling xi-unicode v0.3.0
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling rectangle-pack v0.4.2
[INFO] [stderr]    Compiling sysinfo v0.29.11
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling gimli v0.32.3
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling rustc-demangle v0.1.27
[INFO] [stderr]    Compiling smawk v0.3.2
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling is_ci v1.2.0
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling textwrap v0.15.2
[INFO] [stderr]    Compiling supports-color v2.1.0
[INFO] [stderr]    Compiling guillotiere v0.6.2
[INFO] [stderr]    Compiling supports-hyperlinks v2.1.0
[INFO] [stderr]    Compiling supports-unicode v2.1.0
[INFO] [stderr]    Compiling terminal_size v0.1.17
[INFO] [stderr]    Compiling owo-colors v3.5.0
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling regex v1.12.4
[INFO] [stderr]    Compiling encase_derive_impl v0.6.1
[INFO] [stderr]    Compiling bevy_macro_utils v0.12.1
[INFO] [stderr]    Compiling owned_ttf_parser v0.25.1
[INFO] [stderr]    Compiling ab_glyph v0.2.32
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling bevy_utils_proc_macros v0.12.1
[INFO] [stderr]    Compiling bevy_reflect_derive v0.12.1
[INFO] [stderr]    Compiling bevy_ecs_macros v0.12.1
[INFO] [stderr]    Compiling bevy_derive v0.12.1
[INFO] [stderr]    Compiling bevy_asset_macros v0.12.1
[INFO] [stderr]    Compiling encase_derive v0.6.1
[INFO] [stderr]    Compiling bevy_render_macros v0.12.1
[INFO] [stderr]    Compiling bevy_encase_derive v0.12.1
[INFO] [stderr]    Compiling glyph_brush_layout v0.2.4
[INFO] [stderr]    Compiling miette-derive v5.10.0
[INFO] [stderr]    Compiling cuicui_chirp_macros v0.12.0
[INFO] [stderr]    Compiling addr2line v0.25.1
[INFO] [stderr]    Compiling bytemuck v1.25.0
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling naga v0.13.0
[INFO] [stderr]    Compiling image v0.24.9
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling glam v0.24.2
[INFO] [stderr]    Compiling erased-serde v0.3.31
[INFO] [stderr]    Compiling ron v0.8.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling backtrace-ext v0.2.1
[INFO] [stderr]    Compiling miette v5.10.0
[INFO] [stderr]    Compiling bevy_utils v0.12.1
[INFO] [stderr]    Compiling gpu-descriptor v0.2.4
[INFO] [stderr]    Compiling bevy_math v0.12.1
[INFO] [stderr]    Compiling hexasphere v9.1.0
[INFO] [stderr]    Compiling bevy_mikktspace v0.12.1
[INFO] [stderr]    Compiling encase v0.6.1
[INFO] [stderr]    Compiling bevy_reflect v0.12.1
[INFO] [stderr]    Compiling wgpu-hal v0.17.2
[INFO] [stderr]    Compiling naga_oil v0.10.1
[INFO] [stderr]    Compiling wgpu-core v0.17.1
[INFO] [stderr]    Compiling bevy_ecs v0.12.1
[INFO] [stderr]    Compiling wgpu v0.17.2
[INFO] [stderr]    Compiling bevy_app v0.12.1
[INFO] [stderr]    Compiling bevy_log v0.12.1
[INFO] [stderr]    Compiling bevy_core v0.12.1
[INFO] [stderr]    Compiling bevy_time v0.12.1
[INFO] [stderr]    Compiling bevy_a11y v0.12.1
[INFO] [stderr]    Compiling bevy_input v0.12.1
[INFO] [stderr]    Compiling bevy_asset v0.12.1
[INFO] [stderr]    Compiling bevy_hierarchy v0.12.1
[INFO] [stderr]    Compiling bevy_transform v0.12.1
[INFO] [stderr]    Compiling bevy_diagnostic v0.12.1
[INFO] [stderr]    Compiling bevy_window v0.12.1
[INFO] [stderr]    Compiling bevy_render v0.12.1
[INFO] [stderr]    Compiling bevy_core_pipeline v0.12.1
[INFO] [stderr]    Compiling bevy_scene v0.12.1
[INFO] [stderr]    Compiling bevy_sprite v0.12.1
[INFO] [stderr]    Compiling bevy_text v0.12.1
[INFO] [stderr]    Compiling bevy_internal v0.12.1
[INFO] [stderr]    Compiling bevy v0.12.1
[INFO] [stderr]    Compiling cuicui_dsl v0.12.0
[INFO] [stderr]    Compiling cuicui_chirp v0.12.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Ast`
[INFO] [stdout]  --> src/parser/mod.rs:5:15
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use ast::{Ast, FnIndex};
[INFO] [stdout]   |               ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `StateCheckpoint`
[INFO] [stdout]  --> src/parser/mod.rs:9:25
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub use stream::{Input, StateCheckpoint};
[INFO] [stdout]   |                         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `never`
[INFO] [stdout]    --> src/interpret.rs:412:7
[INFO] [stdout]     |
[INFO] [stdout] 412 | #[cfg(never)]
[INFO] [stdout]     |       ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: expected names are: `docsrs`, `feature`, and `test` and 32 more
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(never)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(never)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `error`
[INFO] [stdout]  --> src/interpret.rs:9:17
[INFO] [stdout]   |
[INFO] [stdout] 9 | use bevy::log::{error, trace};
[INFO] [stdout]   |                 ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `bevy/bevy_ui`
[INFO] [stdout]    --> src/loader/mod.rs:204:15
[INFO] [stdout]     |
[INFO] [stdout] 204 |         #[cfg(feature = "bevy/bevy_ui")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `cuicui_chirp_macros`, `default`, `fancy_errors`, `load_font`, `load_image`, `macros`, `more_unsafe`, `test_and_doc`, `trace_lexer`, and `trace_parser`
[INFO] [stdout]     = help: consider adding `bevy/bevy_ui` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)`
[INFO] [stdout]  --> src/parser/grammar/tokens.rs:1:49
[INFO] [stdout]   |
[INFO] [stdout] 1 | use winnow::combinator::{dispatch, opt, repeat, success};
[INFO] [stdout]   |                                                 ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace`
[INFO] [stdout]  --> src/parser/grammar/tokens.rs:5:20
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winnow::trace::trace;
[INFO] [stdout]   |                    ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)`
[INFO] [stdout]   --> src/parser/grammar/tokens.rs:59:57
[INFO] [stdout]    |
[INFO] [stdout] 59 |         Some(token!("ident" | "string" | ',' | '=')) => success(()),
[INFO] [stdout]    |                                                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace`
[INFO] [stdout]   --> src/parser/grammar/tokens.rs:63:5
[INFO] [stdout]    |
[INFO] [stdout] 63 |     trace("token_tree", parser).parse_next(input)
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/parser/ast/build.rs:37:48
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub fn write<T, const N: usize>(&mut self, mut head: AstBuilderHead<T>, writer: T)
[INFO] [stdout]    |                                                ----^^^^
[INFO] [stdout]    |                                                |
[INFO] [stdout]    |                                                help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `WithCheckpoint` is never constructed
[INFO] [stdout]    --> src/parser/stream.rs:440:19
[INFO] [stdout]     |
[INFO] [stdout] 440 | pub(super) struct WithCheckpoint<'i, F, S, O, E>
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `WithSpan` is never constructed
[INFO] [stdout]    --> src/parser/stream.rs:463:19
[INFO] [stdout]     |
[INFO] [stdout] 463 | pub(super) struct WithSpan<'i, F, S, O, E>
[INFO] [stdout]     |                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `ParserExt` is never used
[INFO] [stdout]    --> src/parser/stream.rs:485:18
[INFO] [stdout]     |
[INFO] [stdout] 485 | pub(super) trait ParserExt<'i, S, O, E>: Parser<Input<'i, S>, O, E> {
[INFO] [stdout]     |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Equal` is never constructed
[INFO] [stdout]    --> src/parser/stream.rs:193:14
[INFO] [stdout]     |
[INFO] [stdout] 193 |     grammar![Equal, Lparen, Rparen, Lcurly, Rcurly, Lbracket, Rbracket, Comma];
[INFO] [stdout]     |              ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Lbracket` is never constructed
[INFO] [stdout]    --> src/parser/stream.rs:193:53
[INFO] [stdout]     |
[INFO] [stdout] 193 |     grammar![Equal, Lparen, Rparen, Lcurly, Rcurly, Lbracket, Rbracket, Comma];
[INFO] [stdout]     |                                                     ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Code` is never constructed
[INFO] [stdout]    --> src/parser/stream.rs:194:78
[INFO] [stdout]     |
[INFO] [stdout] 194 |     grammar_identifiers![b"as" as As, b"use" as Use, b"fn" as Fn, b"code" as Code];
[INFO] [stdout]     |                                                                              ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `grammar_identifiers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `NiceSpan` is never constructed
[INFO] [stdout]    --> src/interpret.rs:121:8
[INFO] [stdout]     |
[INFO] [stdout] 121 | struct NiceSpan(SourceSpan);
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ReloadError` is never used
[INFO] [stdout]   --> src/loader/spawn.rs:16:10
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub enum ReloadError {
[INFO] [stdout]    |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/loader/spawn.rs:62:11
[INFO] [stdout]    |
[INFO] [stdout] 62 |     Error(interpret::Errors),
[INFO] [stdout]    |     ----- ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Chirp_` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 62 -     Error(interpret::Errors),
[INFO] [stdout] 62 +     Error(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/ast/mod.rs:94:19
[INFO] [stdout]    |
[INFO] [stdout] 94 |     pub fn as_ref(&self) -> AstRef {
[INFO] [stdout]    |                   ^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 94 |     pub fn as_ref(&self) -> AstRef<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/interpret.rs:186:25
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub fn get_function(&self, name: &impl AsRef<str>) -> Option<CodeFunctionRef> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here        ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub fn get_function(&self, name: &impl AsRef<str>) -> Option<CodeFunctionRef<'_>> {
[INFO] [stdout]     |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/interpret.rs:189:24
[INFO] [stdout]     |
[INFO] [stdout] 189 |     fn get_function_u8(&self, name: &[u8]) -> Option<CodeFunctionRef> {
[INFO] [stdout]     |                        ^^^^^                         ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 189 |     fn get_function_u8(&self, name: &[u8]) -> Option<CodeFunctionRef<'_>> {
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parse_dsl/escape.rs:38:34
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub fn escape_literal(to_escape: &[u8]) -> Cow<[u8]> {
[INFO] [stdout]    |                                  ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                  |
[INFO] [stdout]    |                                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub fn escape_literal(to_escape: &[u8]) -> Cow<'_, [u8]> {
[INFO] [stdout]    |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parse_dsl/escape.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     fn owned(bytes: &[u8]) -> Cow<[u8]> {
[INFO] [stdout]    |                     ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     fn owned(bytes: &[u8]) -> Cow<'_, [u8]> {
[INFO] [stdout]    |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse_dsl/args.rs:197:29
[INFO] [stdout]     |
[INFO] [stdout] 197 | fn interpret_str(mut input: &str) -> Cow<str> {
[INFO] [stdout]     |                             ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 197 | fn interpret_str(mut input: &str) -> Cow<'_, str> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse_dsl/args.rs:321:20
[INFO] [stdout]     |
[INFO] [stdout] 321 |     pub fn get_str(&self, index: usize) -> Option<Cow<str>> {
[INFO] [stdout]     |                    ^^^^^                          ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 321 |     pub fn get_str(&self, index: usize) -> Option<Cow<'_, str>> {
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 48s
[INFO] running `Command { std: "docker" "inspect" "19b3d96bfe8c66b9893586f83334b459f89b49e7ef6fd536a1e93094b14fec3a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "19b3d96bfe8c66b9893586f83334b459f89b49e7ef6fd536a1e93094b14fec3a" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] warning: unused import: `Ast`
[INFO] [stdout]  --> src/parser/mod.rs:5:15
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use ast::{Ast, FnIndex};
[INFO] [stdout]   |               ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `StateCheckpoint`
[INFO] [stdout]  --> src/parser/mod.rs:9:25
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub use stream::{Input, StateCheckpoint};
[INFO] [stdout]   |                         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `never`
[INFO] [stdout]    --> src/interpret.rs:412:7
[INFO] [stdout]     |
[INFO] [stdout] 412 | #[cfg(never)]
[INFO] [stdout]     |       ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: expected names are: `docsrs`, `feature`, and `test` and 32 more
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(never)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(never)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `error`
[INFO] [stdout]  --> src/interpret.rs:9:17
[INFO] [stdout]   |
[INFO] [stdout] 9 | use bevy::log::{error, trace};
[INFO] [stdout]   |                 ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `bevy/bevy_ui`
[INFO] [stdout]    --> src/loader/mod.rs:204:15
[INFO] [stdout]     |
[INFO] [stdout] 204 |         #[cfg(feature = "bevy/bevy_ui")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `cuicui_chirp_macros`, `default`, `fancy_errors`, `load_font`, `load_image`, `macros`, `more_unsafe`, `test_and_doc`, `trace_lexer`, and `trace_parser`
[INFO] [stdout]     = help: consider adding `bevy/bevy_ui` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)`
[INFO] [stdout]  --> src/parser/grammar/tokens.rs:1:49
[INFO] [stdout]   |
[INFO] [stdout] 1 | use winnow::combinator::{dispatch, opt, repeat, success};
[INFO] [stdout]   |                                                 ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace`
[INFO] [stdout]  --> src/parser/grammar/tokens.rs:5:20
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winnow::trace::trace;
[INFO] [stdout]   |                    ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)`
[INFO] [stdout]   --> src/parser/grammar/tokens.rs:59:57
[INFO] [stdout]    |
[INFO] [stdout] 59 |         Some(token!("ident" | "string" | ',' | '=')) => success(()),
[INFO] [stdout]    |                                                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace`
[INFO] [stdout]   --> src/parser/grammar/tokens.rs:63:5
[INFO] [stdout]    |
[INFO] [stdout] 63 |     trace("token_tree", parser).parse_next(input)
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/parser/ast/build.rs:37:48
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub fn write<T, const N: usize>(&mut self, mut head: AstBuilderHead<T>, writer: T)
[INFO] [stdout]    |                                                ----^^^^
[INFO] [stdout]    |                                                |
[INFO] [stdout]    |                                                help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `WithCheckpoint` is never constructed
[INFO] [stdout]    --> src/parser/stream.rs:440:19
[INFO] [stdout]     |
[INFO] [stdout] 440 | pub(super) struct WithCheckpoint<'i, F, S, O, E>
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `WithSpan` is never constructed
[INFO] [stdout]    --> src/parser/stream.rs:463:19
[INFO] [stdout]     |
[INFO] [stdout] 463 | pub(super) struct WithSpan<'i, F, S, O, E>
[INFO] [stdout]     |                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `ParserExt` is never used
[INFO] [stdout]    --> src/parser/stream.rs:485:18
[INFO] [stdout]     |
[INFO] [stdout] 485 | pub(super) trait ParserExt<'i, S, O, E>: Parser<Input<'i, S>, O, E> {
[INFO] [stdout]     |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Equal` is never constructed
[INFO] [stdout]    --> src/parser/stream.rs:193:14
[INFO] [stdout]     |
[INFO] [stdout] 193 |     grammar![Equal, Lparen, Rparen, Lcurly, Rcurly, Lbracket, Rbracket, Comma];
[INFO] [stdout]     |              ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Lbracket` is never constructed
[INFO] [stdout]    --> src/parser/stream.rs:193:53
[INFO] [stdout]     |
[INFO] [stdout] 193 |     grammar![Equal, Lparen, Rparen, Lcurly, Rcurly, Lbracket, Rbracket, Comma];
[INFO] [stdout]     |                                                     ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Code` is never constructed
[INFO] [stdout]    --> src/parser/stream.rs:194:78
[INFO] [stdout]     |
[INFO] [stdout] 194 |     grammar_identifiers![b"as" as As, b"use" as Use, b"fn" as Fn, b"code" as Code];
[INFO] [stdout]     |                                                                              ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `grammar_identifiers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `NiceSpan` is never constructed
[INFO] [stdout]    --> src/interpret.rs:121:8
[INFO] [stdout]     |
[INFO] [stdout] 121 | struct NiceSpan(SourceSpan);
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ReloadError` is never used
[INFO] [stdout]   --> src/loader/spawn.rs:16:10
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub enum ReloadError {
[INFO] [stdout]    |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/loader/spawn.rs:62:11
[INFO] [stdout]    |
[INFO] [stdout] 62 |     Error(interpret::Errors),
[INFO] [stdout]    |     ----- ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Chirp_` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 62 -     Error(interpret::Errors),
[INFO] [stdout] 62 +     Error(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/ast/mod.rs:94:19
[INFO] [stdout]    |
[INFO] [stdout] 94 |     pub fn as_ref(&self) -> AstRef {
[INFO] [stdout]    |                   ^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 94 |     pub fn as_ref(&self) -> AstRef<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/interpret.rs:186:25
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub fn get_function(&self, name: &impl AsRef<str>) -> Option<CodeFunctionRef> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here        ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub fn get_function(&self, name: &impl AsRef<str>) -> Option<CodeFunctionRef<'_>> {
[INFO] [stdout]     |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/interpret.rs:189:24
[INFO] [stdout]     |
[INFO] [stdout] 189 |     fn get_function_u8(&self, name: &[u8]) -> Option<CodeFunctionRef> {
[INFO] [stdout]     |                        ^^^^^                         ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 189 |     fn get_function_u8(&self, name: &[u8]) -> Option<CodeFunctionRef<'_>> {
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parse_dsl/escape.rs:38:34
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub fn escape_literal(to_escape: &[u8]) -> Cow<[u8]> {
[INFO] [stdout]    |                                  ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                  |
[INFO] [stdout]    |                                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub fn escape_literal(to_escape: &[u8]) -> Cow<'_, [u8]> {
[INFO] [stdout]    |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parse_dsl/escape.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     fn owned(bytes: &[u8]) -> Cow<[u8]> {
[INFO] [stdout]    |                     ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     fn owned(bytes: &[u8]) -> Cow<'_, [u8]> {
[INFO] [stdout]    |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse_dsl/args.rs:197:29
[INFO] [stdout]     |
[INFO] [stdout] 197 | fn interpret_str(mut input: &str) -> Cow<str> {
[INFO] [stdout]     |                             ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 197 | fn interpret_str(mut input: &str) -> Cow<'_, str> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse_dsl/args.rs:321:20
[INFO] [stdout]     |
[INFO] [stdout] 321 |     pub fn get_str(&self, index: usize) -> Option<Cow<str>> {
[INFO] [stdout]     |                    ^^^^^                          ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 321 |     pub fn get_str(&self, index: usize) -> Option<Cow<'_, str>> {
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling cuicui_chirp v0.12.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Ast`
[INFO] [stdout]  --> src/parser/mod.rs:5:15
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use ast::{Ast, FnIndex};
[INFO] [stdout]   |               ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `StateCheckpoint`
[INFO] [stdout]  --> src/parser/mod.rs:9:25
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub use stream::{Input, StateCheckpoint};
[INFO] [stdout]   |                         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `never`
[INFO] [stdout]    --> src/interpret.rs:412:7
[INFO] [stdout]     |
[INFO] [stdout] 412 | #[cfg(never)]
[INFO] [stdout]     |       ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: expected names are: `docsrs`, `feature`, and `test` and 32 more
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(never)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(never)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `error`
[INFO] [stdout]  --> src/interpret.rs:9:17
[INFO] [stdout]   |
[INFO] [stdout] 9 | use bevy::log::{error, trace};
[INFO] [stdout]   |                 ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `bevy/bevy_ui`
[INFO] [stdout]    --> src/loader/mod.rs:204:15
[INFO] [stdout]     |
[INFO] [stdout] 204 |         #[cfg(feature = "bevy/bevy_ui")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `cuicui_chirp_macros`, `default`, `fancy_errors`, `load_font`, `load_image`, `macros`, `more_unsafe`, `test_and_doc`, `trace_lexer`, and `trace_parser`
[INFO] [stdout]     = help: consider adding `bevy/bevy_ui` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)`
[INFO] [stdout]  --> src/parser/grammar/tokens.rs:1:49
[INFO] [stdout]   |
[INFO] [stdout] 1 | use winnow::combinator::{dispatch, opt, repeat, success};
[INFO] [stdout]   |                                                 ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace`
[INFO] [stdout]  --> src/parser/grammar/tokens.rs:5:20
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winnow::trace::trace;
[INFO] [stdout]   |                    ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)`
[INFO] [stdout]   --> src/parser/grammar/tokens.rs:59:57
[INFO] [stdout]    |
[INFO] [stdout] 59 |         Some(token!("ident" | "string" | ',' | '=')) => success(()),
[INFO] [stdout]    |                                                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace`
[INFO] [stdout]   --> src/parser/grammar/tokens.rs:63:5
[INFO] [stdout]    |
[INFO] [stdout] 63 |     trace("token_tree", parser).parse_next(input)
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/parser/ast/build.rs:37:48
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub fn write<T, const N: usize>(&mut self, mut head: AstBuilderHead<T>, writer: T)
[INFO] [stdout]    |                                                ----^^^^
[INFO] [stdout]    |                                                |
[INFO] [stdout]    |                                                help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `WithCheckpoint` is never constructed
[INFO] [stdout]    --> src/parser/stream.rs:440:19
[INFO] [stdout]     |
[INFO] [stdout] 440 | pub(super) struct WithCheckpoint<'i, F, S, O, E>
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `WithSpan` is never constructed
[INFO] [stdout]    --> src/parser/stream.rs:463:19
[INFO] [stdout]     |
[INFO] [stdout] 463 | pub(super) struct WithSpan<'i, F, S, O, E>
[INFO] [stdout]     |                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `ParserExt` is never used
[INFO] [stdout]    --> src/parser/stream.rs:485:18
[INFO] [stdout]     |
[INFO] [stdout] 485 | pub(super) trait ParserExt<'i, S, O, E>: Parser<Input<'i, S>, O, E> {
[INFO] [stdout]     |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Equal` is never constructed
[INFO] [stdout]    --> src/parser/stream.rs:193:14
[INFO] [stdout]     |
[INFO] [stdout] 193 |     grammar![Equal, Lparen, Rparen, Lcurly, Rcurly, Lbracket, Rbracket, Comma];
[INFO] [stdout]     |              ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Lbracket` is never constructed
[INFO] [stdout]    --> src/parser/stream.rs:193:53
[INFO] [stdout]     |
[INFO] [stdout] 193 |     grammar![Equal, Lparen, Rparen, Lcurly, Rcurly, Lbracket, Rbracket, Comma];
[INFO] [stdout]     |                                                     ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Code` is never constructed
[INFO] [stdout]    --> src/parser/stream.rs:194:78
[INFO] [stdout]     |
[INFO] [stdout] 194 |     grammar_identifiers![b"as" as As, b"use" as Use, b"fn" as Fn, b"code" as Code];
[INFO] [stdout]     |                                                                              ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `grammar_identifiers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `NiceSpan` is never constructed
[INFO] [stdout]    --> src/interpret.rs:121:8
[INFO] [stdout]     |
[INFO] [stdout] 121 | struct NiceSpan(SourceSpan);
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ReloadError` is never used
[INFO] [stdout]   --> src/loader/spawn.rs:16:10
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub enum ReloadError {
[INFO] [stdout]    |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/loader/spawn.rs:62:11
[INFO] [stdout]    |
[INFO] [stdout] 62 |     Error(interpret::Errors),
[INFO] [stdout]    |     ----- ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Chirp_` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 62 -     Error(interpret::Errors),
[INFO] [stdout] 62 +     Error(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/ast/mod.rs:94:19
[INFO] [stdout]    |
[INFO] [stdout] 94 |     pub fn as_ref(&self) -> AstRef {
[INFO] [stdout]    |                   ^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 94 |     pub fn as_ref(&self) -> AstRef<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/interpret.rs:186:25
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub fn get_function(&self, name: &impl AsRef<str>) -> Option<CodeFunctionRef> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here        ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub fn get_function(&self, name: &impl AsRef<str>) -> Option<CodeFunctionRef<'_>> {
[INFO] [stdout]     |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/interpret.rs:189:24
[INFO] [stdout]     |
[INFO] [stdout] 189 |     fn get_function_u8(&self, name: &[u8]) -> Option<CodeFunctionRef> {
[INFO] [stdout]     |                        ^^^^^                         ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 189 |     fn get_function_u8(&self, name: &[u8]) -> Option<CodeFunctionRef<'_>> {
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parse_dsl/escape.rs:38:34
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub fn escape_literal(to_escape: &[u8]) -> Cow<[u8]> {
[INFO] [stdout]    |                                  ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                  |
[INFO] [stdout]    |                                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub fn escape_literal(to_escape: &[u8]) -> Cow<'_, [u8]> {
[INFO] [stdout]    |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parse_dsl/escape.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     fn owned(bytes: &[u8]) -> Cow<[u8]> {
[INFO] [stdout]    |                     ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     fn owned(bytes: &[u8]) -> Cow<'_, [u8]> {
[INFO] [stdout]    |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse_dsl/args.rs:197:29
[INFO] [stdout]     |
[INFO] [stdout] 197 | fn interpret_str(mut input: &str) -> Cow<str> {
[INFO] [stdout]     |                             ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 197 | fn interpret_str(mut input: &str) -> Cow<'_, str> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse_dsl/args.rs:321:20
[INFO] [stdout]     |
[INFO] [stdout] 321 |     pub fn get_str(&self, index: usize) -> Option<Cow<str>> {
[INFO] [stdout]     |                    ^^^^^                          ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 321 |     pub fn get_str(&self, index: usize) -> Option<Cow<'_, str>> {
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 5.64s
[INFO] running `Command { std: "docker" "inspect" "19b3d96bfe8c66b9893586f83334b459f89b49e7ef6fd536a1e93094b14fec3a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "19b3d96bfe8c66b9893586f83334b459f89b49e7ef6fd536a1e93094b14fec3a" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `Ast`
[INFO] [stderr]  --> src/parser/mod.rs:5:15
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub use ast::{Ast, FnIndex};
[INFO] [stderr]   |               ^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `StateCheckpoint`
[INFO] [stderr]  --> src/parser/mod.rs:9:25
[INFO] [stderr]   |
[INFO] [stderr] 9 | pub use stream::{Input, StateCheckpoint};
[INFO] [stderr]   |                         ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `never`
[INFO] [stderr]    --> src/interpret.rs:412:7
[INFO] [stderr]     |
[INFO] [stderr] 412 | #[cfg(never)]
[INFO] [stderr]     |       ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: expected names are: `docsrs`, `feature`, and `test` and 32 more
[INFO] [stderr]     = help: consider using a Cargo feature instead
[INFO] [stderr]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]              [lints.rust]
[INFO] [stderr]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(never)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(never)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `error`
[INFO] [stderr]  --> src/interpret.rs:9:17
[INFO] [stderr]   |
[INFO] [stderr] 9 | use bevy::log::{error, trace};
[INFO] [stderr]   |                 ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `bevy/bevy_ui`
[INFO] [stderr]    --> src/loader/mod.rs:204:15
[INFO] [stderr]     |
[INFO] [stderr] 204 |         #[cfg(feature = "bevy/bevy_ui")]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `cuicui_chirp_macros`, `default`, `fancy_errors`, `load_font`, `load_image`, `macros`, `more_unsafe`, `test_and_doc`, `trace_lexer`, and `trace_parser`
[INFO] [stderr]     = help: consider adding `bevy/bevy_ui` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)`
[INFO] [stderr]  --> src/parser/grammar/tokens.rs:1:49
[INFO] [stderr]   |
[INFO] [stderr] 1 | use winnow::combinator::{dispatch, opt, repeat, success};
[INFO] [stderr]   |                                                 ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace`
[INFO] [stderr]  --> src/parser/grammar/tokens.rs:5:20
[INFO] [stderr]   |
[INFO] [stderr] 5 | use winnow::trace::trace;
[INFO] [stderr]   |                    ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `winnow::combinator::success`: Replaced with empty.value(...)`
[INFO] [stderr]   --> src/parser/grammar/tokens.rs:59:57
[INFO] [stderr]    |
[INFO] [stderr] 59 |         Some(token!("ident" | "string" | ',' | '=')) => success(()),
[INFO] [stderr]    |                                                         ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `winnow::trace::trace`: Replaced with `winnow::combinator::trace`
[INFO] [stderr]   --> src/parser/grammar/tokens.rs:63:5
[INFO] [stderr]    |
[INFO] [stderr] 63 |     trace("token_tree", parser).parse_next(input)
[INFO] [stderr]    |     ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]   --> src/parser/ast/build.rs:37:48
[INFO] [stderr]    |
[INFO] [stderr] 37 |     pub fn write<T, const N: usize>(&mut self, mut head: AstBuilderHead<T>, writer: T)
[INFO] [stderr]    |                                                ----^^^^
[INFO] [stderr]    |                                                |
[INFO] [stderr]    |                                                help: remove this `mut`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `WithCheckpoint` is never constructed
[INFO] [stderr]    --> src/parser/stream.rs:440:19
[INFO] [stderr]     |
[INFO] [stderr] 440 | pub(super) struct WithCheckpoint<'i, F, S, O, E>
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `WithSpan` is never constructed
[INFO] [stderr]    --> src/parser/stream.rs:463:19
[INFO] [stderr]     |
[INFO] [stderr] 463 | pub(super) struct WithSpan<'i, F, S, O, E>
[INFO] [stderr]     |                   ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: trait `ParserExt` is never used
[INFO] [stderr]    --> src/parser/stream.rs:485:18
[INFO] [stderr]     |
[INFO] [stderr] 485 | pub(super) trait ParserExt<'i, S, O, E>: Parser<Input<'i, S>, O, E> {
[INFO] [stderr]     |                  ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Equal` is never constructed
[INFO] [stderr]    --> src/parser/stream.rs:193:14
[INFO] [stderr]     |
[INFO] [stderr] 193 |     grammar![Equal, Lparen, Rparen, Lcurly, Rcurly, Lbracket, Rbracket, Comma];
[INFO] [stderr]     |              ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Lbracket` is never constructed
[INFO] [stderr]    --> src/parser/stream.rs:193:53
[INFO] [stderr]     |
[INFO] [stderr] 193 |     grammar![Equal, Lparen, Rparen, Lcurly, Rcurly, Lbracket, Rbracket, Comma];
[INFO] [stderr]     |                                                     ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `grammar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Code` is never constructed
[INFO] [stderr]    --> src/parser/stream.rs:194:78
[INFO] [stderr]     |
[INFO] [stderr] 194 |     grammar_identifiers![b"as" as As, b"use" as Use, b"fn" as Fn, b"code" as Code];
[INFO] [stderr]     |                                                                              ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `grammar_identifiers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: struct `NiceSpan` is never constructed
[INFO] [stderr]    --> src/interpret.rs:121:8
[INFO] [stderr]     |
[INFO] [stderr] 121 | struct NiceSpan(SourceSpan);
[INFO] [stderr]     |        ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: enum `ReloadError` is never used
[INFO] [stderr]   --> src/loader/spawn.rs:16:10
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub enum ReloadError {
[INFO] [stderr]    |          ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]   --> src/loader/spawn.rs:62:11
[INFO] [stderr]    |
[INFO] [stderr] 62 |     Error(interpret::Errors),
[INFO] [stderr]    |     ----- ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |     |
[INFO] [stderr]    |     field in this variant
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Chirp_` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]    |
[INFO] [stderr] 62 -     Error(interpret::Errors),
[INFO] [stderr] 62 +     Error(()),
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser/ast/mod.rs:94:19
[INFO] [stderr]    |
[INFO] [stderr] 94 |     pub fn as_ref(&self) -> AstRef {
[INFO] [stderr]    |                   ^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                   |
[INFO] [stderr]    |                   the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 94 |     pub fn as_ref(&self) -> AstRef<'_> {
[INFO] [stderr]    |                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/interpret.rs:186:25
[INFO] [stderr]     |
[INFO] [stderr] 186 |     pub fn get_function(&self, name: &impl AsRef<str>) -> Option<CodeFunctionRef> {
[INFO] [stderr]     |                         ^^^^^ the lifetime is elided here        ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 186 |     pub fn get_function(&self, name: &impl AsRef<str>) -> Option<CodeFunctionRef<'_>> {
[INFO] [stderr]     |                                                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/interpret.rs:189:24
[INFO] [stderr]     |
[INFO] [stderr] 189 |     fn get_function_u8(&self, name: &[u8]) -> Option<CodeFunctionRef> {
[INFO] [stderr]     |                        ^^^^^                         ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                        |
[INFO] [stderr]     |                        the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 189 |     fn get_function_u8(&self, name: &[u8]) -> Option<CodeFunctionRef<'_>> {
[INFO] [stderr]     |                                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parse_dsl/escape.rs:38:34
[INFO] [stderr]    |
[INFO] [stderr] 38 | pub fn escape_literal(to_escape: &[u8]) -> Cow<[u8]> {
[INFO] [stderr]    |                                  ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                  |
[INFO] [stderr]    |                                  the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 38 | pub fn escape_literal(to_escape: &[u8]) -> Cow<'_, [u8]> {
[INFO] [stderr]    |                                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parse_dsl/escape.rs:40:21
[INFO] [stderr]    |
[INFO] [stderr] 40 |     fn owned(bytes: &[u8]) -> Cow<[u8]> {
[INFO] [stderr]    |                     ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                     |
[INFO] [stderr]    |                     the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 40 |     fn owned(bytes: &[u8]) -> Cow<'_, [u8]> {
[INFO] [stderr]    |                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parse_dsl/args.rs:197:29
[INFO] [stderr]     |
[INFO] [stderr] 197 | fn interpret_str(mut input: &str) -> Cow<str> {
[INFO] [stderr]     |                             ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                             |
[INFO] [stderr]     |                             the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 197 | fn interpret_str(mut input: &str) -> Cow<'_, str> {
[INFO] [stderr]     |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parse_dsl/args.rs:321:20
[INFO] [stderr]     |
[INFO] [stderr] 321 |     pub fn get_str(&self, index: usize) -> Option<Cow<str>> {
[INFO] [stderr]     |                    ^^^^^                          ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 321 |     pub fn get_str(&self, index: usize) -> Option<Cow<'_, str>> {
[INFO] [stderr]     |                                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: `cuicui_chirp` (lib) generated 26 warnings (run `cargo fix --lib -p cuicui_chirp` to apply 11 suggestions)
[INFO] [stderr] warning: `cuicui_chirp` (lib test) generated 26 warnings (26 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.44s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cuicui_chirp-0b88a63948174c0d)
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test parser::grammar::tests::valid_split_0_1 ... ok
[INFO] [stdout] test parser::grammar::tests::valid_split_tt ... ok
[INFO] [stdout] test parser::grammar::tests::valid_split_str ... ok
[INFO] [stdout] test parser::grammar::tests::valid_str_escape ... ok
[INFO] [stdout] test parser::lex::tests::valid_position ... ok
[INFO] [stdout] test parser::lex::tests::valid_string ... ok
[INFO] [stdout] test parser::tests::comment_padded ... ok
[INFO] [stdout] test parser::tests::padded ... ok
[INFO] [stdout] test parser::tests::simple ... ok
[INFO] [stdout] test parser::tests::very_padded ... ok
[INFO] [stdout] test parser::tests::with_method ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests cuicui_chirp
[INFO] [stdout] 
[INFO] [stdout] running 19 tests
[INFO] [stdout] test src/lib.rs - (line 202) ... ignored
[INFO] [stdout] test src/lib.rs - (line 224) ... ignored
[INFO] [stdout] test src/lib.rs - (line 242) ... ignored
[INFO] [stdout] test src/lib.rs - (line 268) ... ignored
[INFO] [stdout] test src/lib.rs - (line 286) ... ignored
[INFO] [stdout] test src/lib.rs - (line 322) ... ignored
[INFO] [stdout] test src/lib.rs - (line 382) ... ignored
[INFO] [stdout] test src/parse_dsl_impl.rs - parse_dsl_impl (line 8) ... ignored
[INFO] [stdout] test src/parse_dsl_impl.rs - parse_dsl_impl::cuicui_chirp_path (line 97) ... ignored
[INFO] [stdout] test src/parse_dsl_impl.rs - parse_dsl_impl::delegate (line 116) ... ignored
[INFO] [stdout] test src/parse_dsl_impl.rs - parse_dsl_impl::parse_dsl (line 74) ... ignored
[INFO] [stdout] test src/parse_dsl_impl.rs - parse_dsl_impl::set_params (line 148) ... ignored
[INFO] [stdout] test src/parse_dsl_impl.rs - parse_dsl_impl::type_parsers (line 172) ... ignored
[INFO] [stdout] test src/parse_dsl_impl.rs - parse_dsl_impl::type_parsers (line 189) ... ignored
[INFO] [stdout] test src/parser/ast/node.rs - parser::ast::node::impl_header (line 101) ... ignored
[INFO] [stdout] test src/lib.rs - (line 83) - compile ... ok
[INFO] [stdout] test src/reflect.rs - reflect::ReflectDsl (line 87) - compile ... ok
[INFO] [stdout] test src/reflect.rs - reflect::ReflectDsl (line 118) - compile ... ok
[INFO] [stdout] test src/lib.rs - (line 64) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 15 ignored; 0 measured; 0 filtered out; finished in 0.92s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "19b3d96bfe8c66b9893586f83334b459f89b49e7ef6fd536a1e93094b14fec3a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "19b3d96bfe8c66b9893586f83334b459f89b49e7ef6fd536a1e93094b14fec3a", kill_on_drop: false }`
[INFO] [stdout] 19b3d96bfe8c66b9893586f83334b459f89b49e7ef6fd536a1e93094b14fec3a
